.carousel-inner {
    max-width: 550px;
}

.article-details .article-full-image {
    max-width: 550px;
}

.carousel-control-prev-icon {
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23000000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M15 18l-6-6 6-6'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23000000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9 18l6-6-6-6'/%3E%3C/svg%3E");
}

table {
	width: 95%;
}

tr, td, th {
    border-color: inherit;
    border-style: solid;
    border-width: 1px;
	border-color: #bbb;
	padding: 5px 15px;
}

td p, th p {
    margin-top: 0;
    margin-bottom: 0;
}

body .btn-secondary, body .sppb-btn-secondary {
    margin-right: 5px;
}

#sp-footer {
	font-size: 0.875rem;
}

#sp-bottom {
	font-size: 0.875rem;
}
	
.article-info>span {
    display:none;
}

video {
    display: block;
    max-width: 100%;
    height: auto;
}


.article-details .article-header {
    border-bottom: 1px solid rgba(173, 181, 189, 0.4);
}